home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Contrib / STk-wtour / lessons / frame2.stk < prev    next >
Encoding:
Text File  |  1995-12-12  |  198 b   |  6 lines

  1. ;; Frames with options
  2.  
  3. (frame '.f1 :relief "raised" :borderwidth 3 :width 100 :height 100)
  4. (frame '.f2 :relief "sunken" :borderwidth 3 :width 100 :height 100)
  5. (pack .f1 .f2 :side "top" :expand #t)
  6.